ComponentOne Xamarin.iOS
IsSynchronized Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : IsSynchronized Property
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Boolean
 
value = instance.IsSynchronized
public bool IsSynchronized {get;}
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members